home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / tton1770.zip / docs / WHATS.NEW < prev    next >
Text File  |  1996-10-20  |  5KB  |  119 lines

  1. Templeton
  2. Copyright 1995,1996 N.A. Krawetz
  3. All rights reserved.
  4.  
  5. REVISION HISTORY
  6.  
  7. 16 Oct 1996    version 1.77 beta
  8.   Restricted registration for IP addresses that are down or loopbacks
  9.   Application-Text files no longer have ".text" added as an extension.
  10.     (some servers return this metatype for unknown binary data.)
  11.   Added Command_* to run commands after retrieving a file-type.
  12.   Changed command file to strip surrounding spaces/quotes from value string.
  13.   Changed command file to accept spaces within the value string.
  14.   
  15.  9 Oct 1996    version 1.762 beta
  16.   Corrected retrieval of frames HTML code.
  17.   New ways to register: IP address and subnet
  18.  
  19.  1 Oct 1996    version 1.761 beta
  20.   Released Oct. 2, 1996
  21.   Corrected incorrect insertion of "index.html" when a file has an explicit
  22.   self-link.  File Cow.html: <a href="cow.html#label">
  23.   Corrected error handling null links: <a href="">, <a href=">, <a href=>, etc.
  24.  
  25. 23 Sep 1996    version 1.76 beta
  26.   Released Sep 23, 1996
  27.   Corrected big problem when index was renamed or proxy port changed.
  28.   Corrected restrictions that use a '#' on the line after restriction.
  29.  
  30. 10 Sep 1996    version 1.76 beta
  31.   Added spoofing
  32.   Corrected core dump when curses is not configured (now ends nicely)
  33.  
  34. 14 Aug 1996    version 1.752 beta
  35.   Released Aug 16, 1996
  36.   Added additional logging including server type and mailto logging.
  37.   Why?  Jarrid found a bug in a popular web server and wanted to identify
  38.   all machines that had the old (buggy) server so he could request their
  39.   upgrade.  Templeton now generates a list of server types and IP addresses
  40.   in order to help Jarrid.
  41.   Why mailto?  I've had a few requests to generate a list of e-mail addresses
  42.   for automated mailing lists.  (If I were smart, I'd put in a catch so MY
  43.   e-mail address is never added to the list... :-)
  44.  
  45. 25 July 1996    version 1.751 beta
  46.   1. hrefs that contain just a "#ext" were ignored.
  47.   2. image maps that return an html error message but an error code 200 (OK)
  48.       no longer core dump (just makes an empty file).  This was the case with
  49.       www.lycos.com.
  50.   3. attempted to correct curses bug when using ^H on a text line.
  51.   Added new feature: server-file.  This generates a list of hosts and server
  52.   types.  Note: a host with 2 ports running 2 different servers will only
  53.   list ONE of the servers and not associate it with a port.
  54.  
  55.  6 May 1996    version 1.75 beta
  56.   Added restriction list.
  57.    - Restriction list supports robots.txt
  58.     -- all instances of "templeton" in robots.txt are obeyed
  59.     -- default (catch-all) restrictions in robots.txt are used when set
  60.        in the configuration file using "Exclusion"
  61.     -- allows manual override of all restrictions
  62.   Searches for config files {.templetonrc  tempeton.cfg  templeto.cfg} in:
  63.     1. $(ETC)/
  64.     2. $(HOME)/
  65.     3. ./
  66.   Added text (termcap/curses) user interface (UI).
  67.   UI allows for:
  68.     1. pause (any non special key)
  69.     2. quit  (q,Q,x,X)
  70.     3. change sleep interval (s,S)
  71.     4. list/add/delete/change restrictions (l,L)
  72.   Still to go before release:  shareware protection.
  73.  
  74. 25 April 1996    version 1.74 beta
  75.   Corrected inline ISMAP for use with
  76.   <http://www.geocities.com/cgi-bin/main/BHI/proxmap.html> (my first example
  77.   of client-end ISMAP processing).
  78.  
  79.  4 April 1996    version 1.73 beta
  80.   Corrected proxy port bug when set from configuration file.
  81.  
  82. 14 March 1996    version 1.73 beta
  83.   Expires 2 April 1996
  84.   Added restriction by (sub)domain.  Set RestrictHost to .edu to restrict to
  85.     .edu domain.  (Sub)domains are specified by the starting "."
  86.   Corrected bug with imagemap concatination.
  87.   Added "(IP_ADDRESS)" to default "From:" line.
  88.   Corrected imagemap identification.
  89.   Corrected file extension identification.
  90.   Corrected FAT mapping to include determined extensions.
  91.   Corrected imagemaps to reflect local file structure (absolute paths only).
  92.  
  93. 12 March 1996   version 1.72a beta
  94.   Expires 2 April 1996
  95.   Compiles with -Wall with no warnings! :-)
  96.   Searches for default configuration files in the current order:
  97.     1) $(HOME)/.templetonrc
  98.     2) ./.templetonrc
  99.     3) ./templeton.cfg
  100.     4) command line
  101.  
  102.  1 March 1996    version 1.72 beta
  103.   Expired 12 March 1996
  104.   Allows indirect referencing on all links except imagemaps.  Imagemaps
  105.   must be absolute links.
  106.   Corrected display problem with non-left justified text.
  107.   Corrected problem with filename 8.3 hashing.
  108.   Added support for .templetonrc and templeton.cfg in current directory.
  109.   Modified default From: value to username@hostname.domainname
  110.   System prepared for robot.txt implementation.
  111.   System prepared for GUI (UI now independent of engine).
  112.   Modified text user interface: now prompts for restrict path yes|no|/path.
  113.     Yes restricts to currently specified path
  114.     No does not restrict
  115.     /path restricts to specified path (starting point may not be root of tree)
  116.   Initial URL allowed to be not within restricted path.
  117.   Debug stores more info.
  118.  
  119.